The JavaBean API > JavaBean overview > MMJB.getEvents() |
![]() ![]() ![]() |
Availability
Dreamweaver UltraDev 4.0
Description
Introspects the bean class and returns its events.
Arguments
packageName.className
packageName.className
is the package name of the class, which is part of the classpath. It must be a Java .jar or .zip Java archive.
Returns
A string array of the JavaBean events. On error, returns an empty array.
![]() ![]() ![]() |